home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q105 / 0 / 02.TXT next >
Text File  |  1993-10-08  |  2KB  |  70 lines

  1. DOCUMENT:Q105002  07-OCT-1993  [W_NT]
  2. TITLE   :Performance Monitor Adds Event 4005 to Application Log
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. SYMPTOMS
  16. ========
  17.  
  18. Every time you start Performance monitor and add a counter, an error
  19. is written to the Event Viewer in the application log including the
  20. following information:
  21.  
  22.    Source      Category    Event    User
  23.    perfctrs    None        4005     N/A
  24.  
  25.    Event detail:
  26.    Load of required DLL failed. Make sure the DLL file is in the PATH.
  27.    DOS error number is returned in the data
  28.  
  29.    Error number : 0000007E
  30.  
  31. CAUSE
  32. =====
  33.  
  34. Performance Monitor needs the dynamic-link library (DLL),
  35. INETMIB1.DLL, in order to monitor TCP/IP counters. When you install
  36. the TCP/IP protocol in the Networks section of Control Panel,
  37. INETMIB1.DLL is not installed.
  38.  
  39. RESOLUTION
  40. ==========
  41.  
  42. To install INETMIB1.DLL, perform one of the following procedures:
  43.  
  44.  - From the Networks section of Control Panel, install the SNMP
  45.    Service.
  46.  
  47.  - Expand the INETMIB1.DLL file from the CD-ROM to the SYSTEM32
  48.    directory. For example:
  49.  
  50.       expand d:\i386\inetmib1.dl_ c:\winnt\system32\inetmib1.dll
  51.  
  52. Additional reference words: 3.10
  53. KBCategory:
  54. KBSubCategory: tcp ntap
  55.  
  56. =============================================================================
  57.  
  58. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  59. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  60. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  61. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  62. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  63. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  64. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  65. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  66. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  67. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  68. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  69.  
  70. Copyright Microsoft Corporation 1993.